home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / Editors / emacs / Emacs-1.14b1-sources / sources / kbd-patch / emacs-keyboard.r < prev    next >
Encoding:
Text File  |  1994-05-31  |  1.1 KB  |  49 lines  |  [TEXT/EMAC]

  1. /*
  2.  * Copyright (C) 1994 Marc Parmet.
  3.  * This file is part of the Macintosh port of GNU Emacs.
  4.  *
  5.  * GNU Emacs is distributed in the hope that it will be useful,
  6.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  7.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  8.  * GNU General Public License for more details.
  9.  */
  10.  
  11. #include "Types.r"
  12. #include "SysTypes.r"
  13.  
  14. #include "emacs-version.h"
  15.  
  16. Include "icon.rsrc";
  17. Include "install.68k.rsrc";
  18. Include "text.68k.rsrc" 'PDEF' (128) as 'CODE' (128, locked, sysHeap);
  19. Include "gestalt.68k.rsrc" 'PDEF' (128) as 'CODE' (129, locked, sysHeap);
  20. Read 'CODE' (130, locked, sysHeap) "kbd-patch.601.data";
  21.  
  22. resource 'vers' (1,purgeable) {
  23.     emacs_version_major,
  24.     emacs_version_minor,
  25.     0x20,
  26.     0x00,
  27.     verUS,
  28.     emacs_version_string,
  29.     "Emacs Keyboard " emacs_version_string
  30. };
  31.  
  32. resource 'vers' (2,purgeable) {
  33.     emacs_version_major,
  34.     emacs_version_minor,
  35.     0x20,
  36.     0x00,
  37.     verUS,
  38.     emacs_version_string,
  39.     "(for Emacs " emacs_version_string ")"
  40. };
  41.  
  42. Resource 'STR#' (128) {
  43.     {
  44.         "Emacs KeyTrans patch",
  45.         "emacs_KeyTrans_patch",
  46.         "emacs_kbd_gestalt_dispatch"
  47.     };
  48. };
  49.